Defines the text color used to draw a disabled row/column header.
  
Deprecated - Provided for compatibility with earlier versions only - Use
RowColumnHeader.GrayedColor instead
  
   Syntax       
  
  
   
    
     |  | 
       Get
       | 
     
    
     |  |  | 
       VB.NET
      | 
Clr = object.RowColHeaderGrayedColor  As System.Drawing.Color  | 
    
     
    
     |  |  | 
       VB
      | 
Clr = object.RowColHeaderGrayedColor  As OLE_COLOR
      | 
    
     
    
     |  |  | 
       C#.NET
      | 
System.Drawing.Color Clr = object.RowColHeaderGrayedColor; | 
    
     
    
     |  |  | 
       VC++
      | 
OLE_COLOR Clr = object->RowColHeaderGrayedColor;
OLE_COLOR Clr = object->GetRowColHeaderGrayedColor();
 | 
    
     
    
     |  |  | 
       C
      | 
HRESULT object->get_RowColHeaderGrayedColor(OLE_COLOR* Clr);
      | 
    
     
    
     |  |  | 
       Delphi
      | 
Clr := object.RowColHeaderGrayedColor  : TColor;
      | 
    
    
     |  | 
       Put
       | 
     
    
     |  |  | 
       VB.NET
      | 
object.RowColHeaderGrayedColor = Clr  As System.Drawing.Color  | 
    
     
    
     |  |  | 
       VB
      | 
object.RowColHeaderGrayedColor = Clr  As OLE_COLOR
      | 
    
     
    
     |  |  | 
       C#.NET
      | 
System.Drawing.Color object.RowColHeaderGrayedColor = Clr; | 
    
     
    
     |  |  | 
       VC++
      | 
OLE_COLOR object->RowColHeaderGrayedColor = Clr;
void object->PutRowColHeaderGrayedColor(OLE_COLOR Clr);
 | 
    
     
    
     |  |  | 
       C
      | 
HRESULT object->put_RowColHeaderGrayedColor(OLE_COLOR Clr);
      | 
    
     
    
     |  |  | 
       Delphi
      | 
object.RowColHeaderGrayedColor := Clr  : TColor;
      | 
    
   
  
  
   object
  
   A SftTree object.
    
     Clr
    
       Defines the text color used to draw a disabled row/column header. 
       For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
      
  
   Comments
  
Deprecated - Provided for compatibility with earlier versions only - Use
RowColumnHeader.GrayedColor instead
  
  The RowColHeaderGrayedColor property defines the text color used to draw a disabled row/column header.
  
  
   This property has no effect if Windows themes 
   are used.
  
  
  
   See Also  SftTree Object | Object Hierarchy
  
 sfttree_rowcolheadergrayedcolor.htmlSftTreeOCX70_sfttree_rowcolheadergrayedcolor.html
Feedback
/ comments / error reports for this topic
sfttree_rowcolheadergrayedcolor.htmlSftTreeOCX70_sfttree_rowcolheadergrayedcolor.html
Feedback
/ comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com